home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / SigmaX40.lha / SampleBBS / Help / ACP.HLP < prev    next >
Text File  |  1995-10-27  |  3KB  |  163 lines

  1. This ICON only represents a the definition to ACP, and required data
  2. for the BBS to operate and locate the other definition files.
  3.  
  4.  
  5. NODES=
  6. ICONIFIED
  7. ICONIFY.LEFTEDGE=
  8. ICONIFY.TOPEDGE=
  9. BACKUP.<num>=
  10. RESTRICT.<num>=
  11. BUTTON_NAME.<num>=
  12. BUTTON_COMMAND.<num>=
  13. NUTTON_NAME.<num>=
  14. NUTTON_COMMAND.<num>=
  15. PRIORITY=
  16. BBS_NAME=
  17. BBS_LOCATION=
  18. SYSOP_NAME=
  19.  
  20.  
  21. NODES= <num>
  22.  
  23.          -Version 3.0
  24.          -REQUIRED
  25.          -tells ACP the number of nodes that are running on this BBS.
  26.          -Important that this is correct.
  27.  
  28.      NODES= 3
  29.  
  30.  
  31. ICONIFIED
  32.  
  33.          -Version 3.0
  34.          -OPTIONAL
  35.          -tells ACP that it should startup in ICONIFIED mode.
  36.  
  37.      ICONIFIED
  38.  
  39.  
  40. ICONIFY.LEFTEDGE= <num>
  41.  
  42.          -Version 3.0
  43.          -OPTIONAL
  44.          -tells ACP the number of pixels from the left edge of the screen
  45.           to place the iconify window.
  46.  
  47.      ICONIFY.LEFTEDGE= 0
  48.  
  49.  
  50. ICONIFY.TOPEDGE= <num>
  51.  
  52.          -Version 3.0
  53.          -OPTIONAL
  54.          -tells ACP the number of pixels from the top edge of the screen to 
  55.           place the iconify window.
  56.  
  57.      ICONIFY.TOPEDGE= 10
  58.  
  59.  
  60. BACKUP.<num>= <filename>
  61.  
  62.          -Version 3.0
  63.          -OPTIONAL
  64.          -tells ACP to make a backup from the specified file. A HISTORY
  65.           of 5 Backups will made.
  66.          -<num> is the nth occurance of this tooltype.
  67.  
  68.      BACKUP.1= BBS:User.Data
  69.  
  70.  
  71. RESTRICT.<num>= <filename>
  72.  
  73.          -Version 3.0
  74.          -OPTIONAL
  75.          -tells ACP to place a filenote on the specified file. This prevents
  76.           users from viewing or downloading the restricted files.
  77.  
  78.      RESTRICT.1= BBS:User.Keys
  79.  
  80.  
  81. BUTTON_NAME.<num>= <name>
  82.  
  83.          -Version 3.0
  84.          -OPTIONAL
  85.          -defines the name of the specified button, the <num> can range 
  86.           from 1-15.
  87.  
  88.      BUTTON_NAME.1= AXVAL
  89.  
  90.  
  91. BUTTON_COMMAND.<num>= <command>
  92.  
  93.          -Version 3.0
  94.          -OPTIONAL
  95.          -defines the command to be executed when this button is selected.
  96.          -the <num> can range from 1-15.
  97.  
  98.      BUTTON_COMMAND.1= BBS:Utils/axval
  99.  
  100.  
  101. NUTTON_NAME.<num>= <name>
  102.  
  103.          -Version 3.0
  104.          -OPTIONAL
  105.          -defines the name of the specified nutton, the <num> can range 
  106.           from 1-15.
  107.  
  108.      NUTTON_NAME.1= AXVAL
  109.  
  110.  
  111. NUTTON_COMMAND.<num>= <command>
  112.  
  113.          -Version 3.0
  114.          -OPTIONAL
  115.          -defines the command to be executed when this nutton is selected.
  116.          -the <num> can range from 1-15.
  117.          -All NUTTONS will be passed the selected NODE number as a command
  118.           line argument.
  119.  
  120.      NUTTON_COMMAND.1= BBS:Utils/axval
  121.  
  122.  
  123. PRIORITY= <num>
  124.  
  125.          -Version 3.0
  126.          -OPTIONAL
  127.          -Specifies the priority for ACP to run.
  128.  
  129.      PRIORITY= 11
  130.  
  131.  
  132. BBS_NAME= <name>
  133.  
  134.          -Version 3.0
  135.          -REQUIRED
  136.          -Specifies the name of your BBS.
  137.  
  138.      BBS_NAME= ByteMaster's BBS
  139.  
  140.  
  141. BBS_LOCATION= <location>
  142.  
  143.          -Version 3.0
  144.          -REQUIRED
  145.          -Specifies the location of all BBS main files. This directory will
  146.           be the directory where the Node(x) directories should be. Along
  147.           with all of the .DEF files.
  148.          -If the location is a directory, then the directory name must have a
  149.           trailing '/'. when specified in the tooltype.
  150.  
  151.      BB_LOCATION= BBS:
  152.  
  153.  
  154. SYSOP_NAME= <name>
  155.  
  156.          -Version 3.0
  157.          -REQUIRED
  158.          -Specifies your name.
  159.  
  160.      SYSOP_NAME= ByteMaster
  161.  
  162.  
  163.